Package com.cisco.pt.ipc.sim.impl
Class QueueImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.QueueImpl
Information provided by the PKI file:
\class Queue
\brief Queue handles and manipulates QoS classes.
\example network().getDevice("Router0").getPolicyMapManager().getPolicyMapAt(0).getClassAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionQueueImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetName()Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
QueueImpl
public QueueImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getPacketCnt
public int getPacketCnt()Information provided by the PKI file:
\brief Gets the packet count in the queue. \return int, value is the packet count in the queue.- Specified by:
getPacketCntin interfaceQueue- Returns:
- int Returns a int
-
getName
Information provided by the PKI file:
\brief Gets the queue name. \return string, value is the queue name.
-